toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.ui
/
[jvm]Point
Point
interface
Point
A pair of numbers that in general are used to define coordinates in the two-dimensional space.
Members
Functions
empty
Link copied to clipboard
open
fun
empty
(
)
:
Point
Returns an empty
Point
that has x and y values set to zero.
of
Link copied to clipboard
open
fun
of
(
x
:
Int
,
y
:
Int
)
:
Point
Returns the
Point
instance for the given x and y values.
x
Link copied to clipboard
open
fun
x
(
)
:
Int
Returns the horizontal coordinate.
y
Link copied to clipboard
open
fun
y
(
)
:
Int
Returns the vertical coordinate.